'Declaration<DispIdAttribute(414)> Function GetPixelArrayByte8bpp( _ ByVal ImageID As Integer, _ ByRef Data() As Byte, _ ByVal SrcLeft As Integer, _ ByVal SrcTop As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ ) As GdPictureStatus
[DispId(414)] GdPictureStatus GetPixelArrayByte8bpp( int ImageID, ref byte[] Data, int SrcLeft, int SrcTop, int Width, int Height )
function GetPixelArrayByte8bpp(
ImageID: Integer;
var Data: Bytearray of;
SrcLeft: Integer;
SrcTop: Integer;
Width: Integer;
Height: Integer
): GdPictureStatus;
DispIdAttribute(414) function GetPixelArrayByte8bpp( ImageID : int, Data : byte[], SrcLeft : int, SrcTop : int, Width : int, Height : int ) : GdPictureStatus;
Parameters
- ImageID
- Data
- SrcLeft
- SrcTop
- Width
- Height
